EventsCalendar for ASP.NET Web Forms
FindLastIndex(Int32,Int32,Predicate<Event>) Method

C1.Web.Wijmo.Controls.4 Assembly > C1.Web.Wijmo.Controls.C1EventsCalendar Namespace > C1EventCollection Class > FindLastIndex Method : FindLastIndex(Int32,Int32,Predicate<Event>) Method
Syntax
'Declaration
 
Public Overloads Function FindLastIndex( _
   ByVal startIndex As System.Integer, _
   ByVal count As System.Integer, _
   ByVal match As System.Predicate(Of Event) _
) As System.Integer
public System.int FindLastIndex( 
   System.int startIndex,
   System.int count,
   System.Predicate<Event> match
)

Parameters

startIndex
count
match
See Also

Reference

C1EventCollection Class
C1EventCollection Members
Overload List